home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
sed
/
sed113st.zoo
/
configure.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-07
|
235 b
|
14 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(sed.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_MINIX
AC_ISC_POSIX
AC_STDC_HEADERS
AC_USG
AC_VPRINTF
AC_HAVE_FUNCS(bcopy,memcpy)
AC_ALLOCA
AC_OUTPUT(Makefile)